home *** CD-ROM | disk | FTP | other *** search
- /* *****************************************************************************
- FILE: DisplayPr.h
-
- DESCRIPTION: Display Routines Prototype file
-
- AUTHOR: Kurt W.G. Matthies
-
- Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
-
-
- Revision History:
- ==========================================================
- 3.30.90 - May 1990 MacUser Release
- ==========================================================
-
- ***************************************************************************** */
- #ifndef _DisplayPr_
- #define _DisplayPr_
-
- #include "AppTypes.h"
-
- Rect * makeFrameRect ( WindowPtr, Rect * );
- void setFrameClip ( WindowPtr, Rect * );
-
- void drawDocContents ( DocPtr );
-
- #endif
- /* =============================== EOF =======================================
- Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
- ================================================================================ */
-